func runtime.addb

29 uses

	runtime (current package)
		arena.go#L571: 		h = h.write(s, readUintptr(addb(p, i/8)), k)
		cgocheck.go#L156: 	ptrmask := addb(gcbits, skipMask)
		cgocheck.go#L164: 			ptrmask = addb(ptrmask, 1)
		mbitmap.go#L297: 		tp.mask = readUintptr(addb(getGCMask(tp.typ), (tp.addr-tp.elem)/goarch.PtrSize/8))
		mbitmap.go#L356: 		tp.mask = readUintptr(addb(getGCMask(tp.typ), (tp.addr-tp.elem)/goarch.PtrSize/8))
		mbitmap.go#L617: 	word0 := (*uintptr)(unsafe.Pointer(addb(hbits, goarch.PtrSize*(i+0))))
		mbitmap.go#L618: 	word1 := (*uintptr)(unsafe.Pointer(addb(hbits, goarch.PtrSize*(i+1))))
		mbitmap.go#L794: 				want = *addb(getGCMask(typ), j/8)>>(j%8)&1 != 0
		mbitmap.go#L851: 				want = *addb(getGCMask(typ), j/8)>>(j%8)&1 != 0
		mbitmap.go#L899: 				want = *addb(getGCMask(typ), j/8)>>(j%8)&1 != 0
		mbitmap.go#L976: func addb(p *byte, n uintptr) *byte {
		mbitmap.go#L1328: 	bits = addb(bits, word/8)
		mbitmap.go#L1334: 			bits = addb(bits, 1)
		mbitmap.go#L1389: 			ptrmask = addb(ptrmask, 1)
		mbitmap.go#L1745: 				mask[i/goarch.PtrSize] = (*addb(bitmap, off/8) >> (off % 8)) & 1
		mbitmap.go#L1757: 				mask[i/goarch.PtrSize] = (*addb(bitmap, off/8) >> (off % 8)) & 1
		mgcmark.go#L1352: 		bits := uint32(*addb(ptrmask, i/(goarch.PtrSize*8)))
		mgcmark.go#L1486: 				bits := *addb(ptrmask, word/8)
		mgcmark.go#L1513: 			bits := *addb(ptrmask, word/8)
		mheap.go#L2414: 	return addb(&b.x, n)
		stack.go#L605: 	b := *(addb(bv.bytedata, i/8))
		stack.go#L625: 				print("        ", add(scanp, (i+j)*goarch.PtrSize), ":", ptrnames[bv.ptrbit(i+j)], ":", hex(*(*uintptr)(add(scanp, (i+j)*goarch.PtrSize))), " # ", i, " ", *addb(bv.bytedata, i/8), "\n")
		stack.go#L628: 		b := *(addb(bv.bytedata, i/8))
		stack.go#L727: 				if *addb(gcData, i/(8*goarch.PtrSize))>>(i/goarch.PtrSize&7)&1 != 0 {
		symtab.go#L1301: 	return bitvector{stkmap.nbit, addb(&stkmap.bytedata[0], uintptr(n*((stkmap.nbit+7)>>3)))}
		type.go#L153: 	p := addb(b.ptr, b.n/8)
		type.go#L165: 		data = addb(data, 1)
		type.go#L171: 		p = addb(p, 1)
		type.go#L182: 		p = addb(p, 1)